Skip to content

Commit

Permalink
chore(deps): bump cookie and express in /test/e2e/proxy (#4153)
Browse files Browse the repository at this point in the history
Bumps [cookie](https:/jshttp/cookie) to 0.7.1 and updates ancestor dependency [express](https:/expressjs/express). These dependencies need to be updated together.


Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https:/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.6.0...v0.7.1)

Updates `express` from 4.20.0 to 4.21.1
- [Release notes](https:/expressjs/express/releases)
- [Changelog](https:/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.20.0...4.21.1)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2024
1 parent f3958a7 commit f019a1c
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 121 deletions.
191 changes: 71 additions & 120 deletions test/e2e/proxy/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/e2e/proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "nodemon ./proxy.js"
},
"dependencies": {
"express": "4.20.0",
"express": "4.21.1",
"nodemon": "2.0.22",
"request": "2.88.2",
"url-join": "5.0.0"
Expand Down

0 comments on commit f019a1c

Please sign in to comment.